home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / anim / dog_chase.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  344 b   |  22 lines

  1. //------
  2. // Dog Chase
  3. //------
  4.  
  5. waitexec "anim/dog_inithandler.scr"
  6.  
  7. //======================================================================
  8. ChaseMain:
  9.  
  10. //chase enemy
  11. self setmotionanim dog_run
  12. self waittill flaggedanimdone
  13.  
  14. goto ChaseMain
  15. end
  16.  
  17.  
  18.  
  19.  
  20.  
  21. //======================================================================
  22.